home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q104 / 1 / 73.TXT < prev    next >
Text File  |  1993-11-16  |  2KB  |  70 lines

  1. DOCUMENT:Q104173  04-NOV-1993  [W_NT]
  2. TITLE   :MODE Command May Not Work Properly When CMD is Minimized
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:buglist3.10
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15.  
  16. SYMPTOMS
  17. ========
  18.  
  19. In Windows NT, if you run a batch or command file and run a MODE
  20. command while the batch file is running minimized, the window size of
  21. the Command Prompt (CMD.EXE) may not change and the full screen prompt
  22. may not get the proper settings.
  23.  
  24. STATUS
  25. ======
  26.  
  27. Microsoft has confirmed this to be a problem in Windows NT version 3.1
  28. and Windows NT Advanced Server version 3.1. We are researching this
  29. problem and will post new information here in the Microsoft Knowledge
  30. Base as it becomes available.
  31.  
  32. MORE INFORMATION
  33. ================
  34.  
  35. Steps to Reproduce Problem
  36. --------------------------
  37.  
  38. 1. Create the following batch file and save it as TEST.BAT:
  39.  
  40.       @echo off
  41.       rem The following should set the screen to 50 lines
  42.       mode con lines=50
  43.       pause
  44.       cmd
  45.  
  46. 2. In Program Manager, create an icon for TEST.BAT file and select the
  47.    Run Minimized option.
  48.  
  49. 3. Double-click the icon to start the Command Prompt and the screen
  50.    settings may not be correct.
  51.  
  52. Additional reference words: 3.10
  53. KBCategory:
  54. KBSubcategory: ntap
  55.  
  56. =============================================================================
  57.  
  58. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  59. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  60. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  61. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  62. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  63. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  64. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  65. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  66. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  67. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  68. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  69.  
  70. Copyright Microsoft Corporation 1993.